﻿2026-07-10T00:58:07.7956333Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-10T00:58:07.7956751Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-10T00:58:07.7956977Z [36;1m$PIN = "0c95435"[0m
2026-07-10T00:58:07.7957241Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-10T00:58:07.7957560Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-10T00:58:07.7957946Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-10T00:58:07.7958336Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-10T00:58:07.7959167Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-10T00:58:07.7959470Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-10T00:58:07.7959724Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-10T00:58:07.7960007Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-10T00:58:07.7960313Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-10T00:58:07.7960591Z [36;1m}[0m
2026-07-10T00:58:07.7960772Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-10T00:58:07.7961021Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T00:58:07.8022782Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-10T00:58:07.8023084Z ##[endgroup]
2026-07-10T00:58:08.8111981Z    Compiling proc-macro2 v1.0.106
2026-07-10T00:58:08.8112357Z    Compiling quote v1.0.45
2026-07-10T00:58:08.8112556Z    Compiling unicode-ident v1.0.24
2026-07-10T00:58:08.8112792Z    Compiling cfg-if v1.0.4
2026-07-10T00:58:08.8113243Z    Compiling serde_core v1.0.228
2026-07-10T00:58:08.8113857Z    Compiling serde v1.0.228
2026-07-10T00:58:08.8114151Z    Compiling windows-link v0.2.1
2026-07-10T00:58:08.8114433Z    Compiling typenum v1.20.1
2026-07-10T00:58:08.8114805Z    Compiling portable-atomic v1.13.1
2026-07-10T00:58:08.8115221Z    Compiling getrandom v0.3.4
2026-07-10T00:58:08.8115658Z    Compiling version_check v0.9.5
2026-07-10T00:58:08.8116015Z    Compiling pin-project-lite v0.2.17
2026-07-10T00:58:08.8116445Z    Compiling find-msvc-tools v0.1.9
2026-07-10T00:58:08.8116795Z    Compiling critical-section v1.2.0
2026-07-10T00:58:08.8117445Z    Compiling shlex v2.0.1
2026-07-10T00:58:08.8117892Z    Compiling memchr v2.8.1
2026-07-10T00:58:08.8667627Z    Compiling subtle v2.6.1
2026-07-10T00:58:08.8922660Z    Compiling equivalent v1.0.2
2026-07-10T00:58:08.9549061Z    Compiling windows-sys v0.61.2
2026-07-10T00:58:09.0240363Z    Compiling smallvec v1.15.1
2026-07-10T00:58:09.0874984Z    Compiling futures-core v0.3.32
2026-07-10T00:58:09.1122472Z    Compiling itoa v1.0.18
2026-07-10T00:58:09.1123053Z    Compiling bytes v1.11.1
2026-07-10T00:58:09.1811463Z    Compiling semver v1.0.28
2026-07-10T00:58:09.2708421Z    Compiling generic-array v0.14.7
2026-07-10T00:58:09.3361270Z    Compiling stable_deref_trait v1.2.1
2026-07-10T00:58:09.3386195Z    Compiling log v0.4.32
2026-07-10T00:58:09.3555911Z    Compiling rand_core v0.10.1
2026-07-10T00:58:09.3685456Z    Compiling futures-sink v0.3.32
2026-07-10T00:58:09.5362478Z    Compiling futures-io v0.3.32
2026-07-10T00:58:09.6774227Z    Compiling rustc_version v0.4.1
2026-07-10T00:58:09.7088980Z    Compiling slab v0.4.12
2026-07-10T00:58:09.7410090Z    Compiling futures-channel v0.3.32
2026-07-10T00:58:09.7770159Z    Compiling hashbrown v0.17.1
2026-07-10T00:58:09.7863721Z    Compiling rustversion v1.0.22
2026-07-10T00:58:09.8072855Z    Compiling futures-task v0.3.32
2026-07-10T00:58:09.8160579Z    Compiling getrandom v0.2.17
2026-07-10T00:58:09.8748939Z    Compiling jobserver v0.1.34
2026-07-10T00:58:09.8833662Z    Compiling getrandom v0.4.2
2026-07-10T00:58:09.9258533Z    Compiling cpufeatures v0.2.17
2026-07-10T00:58:09.9290929Z    Compiling fnv v1.0.7
2026-07-10T00:58:09.9686570Z    Compiling libc v0.2.186
2026-07-10T00:58:09.9899217Z    Compiling strsim v0.11.1
2026-07-10T00:58:10.0024583Z    Compiling cfg_aliases v0.2.1
2026-07-10T00:58:10.0416794Z    Compiling cc v1.2.63
2026-07-10T00:58:10.0418552Z    Compiling autocfg v1.5.1
2026-07-10T00:58:10.0499688Z    Compiling writeable v0.6.3
2026-07-10T00:58:10.0601187Z    Compiling litemap v0.8.2
2026-07-10T00:58:10.1029844Z    Compiling fs_extra v1.3.0
2026-07-10T00:58:10.2190979Z    Compiling dunce v1.0.5
2026-07-10T00:58:10.3523902Z    Compiling syn v2.0.117
2026-07-10T00:58:10.4196478Z    Compiling indexmap v2.14.0
2026-07-10T00:58:10.4568438Z    Compiling ident_case v1.0.1
2026-07-10T00:58:10.4721535Z    Compiling utf8_iter v1.0.4
2026-07-10T00:58:10.4787532Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T00:58:10.5037939Z    Compiling icu_properties_data v2.2.0
2026-07-10T00:58:10.5271662Z    Compiling percent-encoding v2.3.2
2026-07-10T00:58:10.5636889Z    Compiling http v1.4.1
2026-07-10T00:58:10.6062610Z    Compiling aws-lc-rs v1.17.0
2026-07-10T00:58:10.6660926Z    Compiling thiserror v2.0.18
2026-07-10T00:58:10.7309097Z    Compiling cpufeatures v0.3.0
2026-07-10T00:58:10.7580256Z    Compiling unicode-segmentation v1.13.3
2026-07-10T00:58:10.8606669Z    Compiling cmake v0.1.58
2026-07-10T00:58:10.9158115Z    Compiling scopeguard v1.2.0
2026-07-10T00:58:10.9319736Z    Compiling chacha20 v0.10.0
2026-07-10T00:58:11.1065181Z    Compiling crypto-common v0.1.7
2026-07-10T00:58:11.1548414Z    Compiling lock_api v0.4.14
2026-07-10T00:58:11.1707149Z    Compiling block-buffer v0.10.4
2026-07-10T00:58:11.2106708Z    Compiling form_urlencoded v1.2.2
2026-07-10T00:58:11.2591296Z    Compiling winapi v0.3.9
2026-07-10T00:58:11.2720312Z    Compiling untrusted v0.9.0
2026-07-10T00:58:11.3187176Z    Compiling bitflags v2.12.1
2026-07-10T00:58:11.3637605Z    Compiling rand v0.10.1
2026-07-10T00:58:11.3803214Z    Compiling digest v0.10.7
2026-07-10T00:58:11.3941671Z    Compiling num-traits v0.2.19
2026-07-10T00:58:11.4008940Z    Compiling windows-result v0.4.1
2026-07-10T00:58:11.4257933Z    Compiling windows-strings v0.5.1
2026-07-10T00:58:11.4435290Z    Compiling heck v0.5.0
2026-07-10T00:58:11.4848194Z    Compiling rustls v0.23.40
2026-07-10T00:58:11.4858211Z    Compiling convert_case v0.10.0
2026-07-10T00:58:11.4929766Z    Compiling const-oid v0.10.2
2026-07-10T00:58:11.6732650Z    Compiling atomic-waker v1.1.2
2026-07-10T00:58:11.7170829Z    Compiling unicode-xid v0.2.6
2026-07-10T00:58:11.8537610Z    Compiling anyhow v1.0.102
2026-07-10T00:58:11.8538566Z    Compiling zerocopy v0.8.50
2026-07-10T00:58:11.8596825Z    Compiling httparse v1.10.1
2026-07-10T00:58:11.8783141Z    Compiling parking_lot_core v0.9.12
2026-07-10T00:58:11.8883080Z    Compiling http-body v1.0.1
2026-07-10T00:58:11.9618562Z    Compiling curve25519-dalek v4.1.3
2026-07-10T00:58:11.9794970Z    Compiling hybrid-array v0.4.12
2026-07-10T00:58:11.9859616Z    Compiling ahash v0.8.12
2026-07-10T00:58:11.9884879Z    Compiling aws-lc-sys v0.41.0
2026-07-10T00:58:12.0393148Z    Compiling ring v0.17.14
2026-07-10T00:58:12.1479576Z    Compiling either v1.16.0
2026-07-10T00:58:12.2778969Z    Compiling fastrand v2.4.1
2026-07-10T00:58:12.4009321Z    Compiling base64ct v1.8.3
2026-07-10T00:58:12.4109939Z    Compiling powerfmt v0.2.0
2026-07-10T00:58:12.5944221Z    Compiling deranged v0.5.8
2026-07-10T00:58:12.6596625Z    Compiling uuid v1.23.2
2026-07-10T00:58:12.6928927Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T00:58:12.7006233Z    Compiling rand_core v0.6.4
2026-07-10T00:58:12.7549239Z    Compiling tinyvec_macros v0.1.1
2026-07-10T00:58:12.8069471Z    Compiling data-encoding v2.11.0
2026-07-10T00:58:12.8588416Z    Compiling base64 v0.22.1
2026-07-10T00:58:12.9004404Z    Compiling zmij v1.0.21
2026-07-10T00:58:13.0016776Z    Compiling tower-service v0.3.3
2026-07-10T00:58:13.0446237Z    Compiling try-lock v0.2.5
2026-07-10T00:58:13.1142405Z    Compiling pkg-config v0.3.33
2026-07-10T00:58:13.1911126Z    Compiling vcpkg v0.2.15
2026-07-10T00:58:13.1913835Z    Compiling num-conv v0.2.2
2026-07-10T00:58:13.2817370Z    Compiling time-core v0.1.8
2026-07-10T00:58:13.2913900Z    Compiling want v0.3.1
2026-07-10T00:58:13.3015402Z    Compiling tinyvec v1.11.0
2026-07-10T00:58:13.3963769Z    Compiling parking_lot v0.12.5
2026-07-10T00:58:13.4688034Z    Compiling block-buffer v0.12.0
2026-07-10T00:58:13.4886931Z    Compiling crypto-common v0.2.2
2026-07-10T00:58:13.4887631Z    Compiling sha2 v0.10.9
2026-07-10T00:58:13.4979557Z    Compiling vergen-lib v9.1.0
2026-07-10T00:58:13.8263819Z    Compiling inout v0.1.4
2026-07-10T00:58:13.8264242Z    Compiling n0-future v0.3.2
2026-07-10T00:58:13.9693282Z    Compiling diatomic-waker v0.2.3
2026-07-10T00:58:14.0284131Z    Compiling cordyceps v0.3.4
2026-07-10T00:58:14.0443042Z    Compiling parking v2.2.1
2026-07-10T00:58:14.0605798Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-10T00:58:14.0954910Z    Compiling crossbeam-utils v0.8.21
2026-07-10T00:58:14.1857732Z    Compiling winnow v1.0.3
2026-07-10T00:58:14.2356916Z    Compiling synstructure v0.13.2
2026-07-10T00:58:14.2799603Z    Compiling darling_core v0.20.11
2026-07-10T00:58:14.3196819Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T00:58:14.3334086Z    Compiling httpdate v1.0.3
2026-07-10T00:58:14.3742047Z    Compiling spin v0.10.0
2026-07-10T00:58:14.3809153Z    Compiling serde_json v1.0.150
2026-07-10T00:58:14.4019064Z    Compiling signature v2.2.0
2026-07-10T00:58:14.5613194Z    Compiling ed25519 v2.2.3
2026-07-10T00:58:14.5909308Z    Compiling futures-buffered v0.2.13
2026-07-10T00:58:14.6433666Z    Compiling digest v0.11.3
2026-07-10T00:58:14.7600472Z    Compiling futures-lite v2.6.1
2026-07-10T00:58:14.8185283Z    Compiling cipher v0.4.4
2026-07-10T00:58:14.8691339Z    Compiling vergen-lib v0.1.6
2026-07-10T00:58:14.9603044Z    Compiling vergen v9.1.0
2026-07-10T00:58:14.9715093Z    Compiling universal-hash v0.5.1
2026-07-10T00:58:15.0389353Z    Compiling noq-udp v0.10.0
2026-07-10T00:58:15.1862815Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T00:58:15.2208119Z    Compiling heapless v0.7.17
2026-07-10T00:58:15.2534716Z    Compiling sync_wrapper v1.0.2
2026-07-10T00:58:15.2981165Z    Compiling allocator-api2 v0.2.21
2026-07-10T00:58:15.3770592Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T00:58:15.5422718Z    Compiling byteorder v1.5.0
2026-07-10T00:58:16.8627140Z    Compiling opaque-debug v0.3.1
2026-07-10T00:58:16.8627605Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T00:58:16.9213686Z    Compiling polyval v0.6.2
2026-07-10T00:58:16.9826634Z    Compiling hash32 v0.2.1
2026-07-10T00:58:17.1189079Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T00:58:17.2148797Z    Compiling spin v0.9.8
2026-07-10T00:58:17.2375579Z    Compiling vergen-gitcl v1.0.8
2026-07-10T00:58:17.2413719Z    Compiling windows-threading v0.2.1
2026-07-10T00:58:17.2567709Z    Compiling socket2 v0.6.4
2026-07-10T00:58:17.2634149Z    Compiling mio v1.2.1
2026-07-10T00:58:17.4513528Z    Compiling signature v3.0.0
2026-07-10T00:58:17.4929181Z    Compiling tower-layer v0.3.3
2026-07-10T00:58:17.6015972Z    Compiling ryu v1.0.23
2026-07-10T00:58:17.6633745Z    Compiling fallible-iterator v0.3.0
2026-07-10T00:58:17.6930319Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T00:58:17.8037616Z    Compiling serde_derive v1.0.228
2026-07-10T00:58:17.8579398Z    Compiling zeroize_derive v1.4.3
2026-07-10T00:58:17.8880905Z    Compiling zerofrom-derive v0.1.7
2026-07-10T00:58:17.8881420Z    Compiling yoke-derive v0.8.2
2026-07-10T00:58:18.0604735Z    Compiling tokio-macros v2.7.0
2026-07-10T00:58:18.0823535Z    Compiling futures-macro v0.3.32
2026-07-10T00:58:18.0864935Z    Compiling zerovec-derive v0.11.3
2026-07-10T00:58:18.3514259Z    Compiling displaydoc v0.2.6
2026-07-10T00:58:18.5202965Z    Compiling tracing-attributes v0.1.31
2026-07-10T00:58:18.5551580Z    Compiling zeroize v1.8.2
2026-07-10T00:58:18.5997421Z    Compiling thiserror-impl v2.0.18
2026-07-10T00:58:18.7354534Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T00:58:18.9766056Z    Compiling rustls-pki-types v1.14.1
2026-07-10T00:58:19.0035337Z    Compiling darling_macro v0.20.11
2026-07-10T00:58:19.0470793Z    Compiling tokio v1.52.3
2026-07-10T00:58:19.1285132Z    Compiling futures-util v0.3.32
2026-07-10T00:58:19.2872160Z    Compiling derive_more-impl v2.1.1
2026-07-10T00:58:19.4006757Z    Compiling spez v0.1.2
2026-07-10T00:58:19.4742572Z    Compiling windows-implement v0.60.2
2026-07-10T00:58:19.4992950Z    Compiling windows-interface v0.59.3
2026-07-10T00:58:19.5404855Z    Compiling n0-error-macros v0.1.3
2026-07-10T00:58:19.6123688Z    Compiling darling v0.20.11
2026-07-10T00:58:19.7898982Z    Compiling zerofrom v0.1.8
2026-07-10T00:58:19.8247425Z    Compiling der v0.8.0-rc.10
2026-07-10T00:58:19.9124873Z    Compiling derive_builder_core v0.20.2
2026-07-10T00:58:19.9471328Z    Compiling pin-project-internal v1.1.13
2026-07-10T00:58:20.1966266Z    Compiling yoke v0.8.3
2026-07-10T00:58:20.3740283Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T00:58:20.3895718Z    Compiling windows-core v0.62.2
2026-07-10T00:58:20.5848516Z    Compiling zerovec v0.11.6
2026-07-10T00:58:20.6107093Z    Compiling zerotrie v0.2.4
2026-07-10T00:58:20.6431745Z    Compiling n0-error v0.1.3
2026-07-10T00:58:20.7565288Z    Compiling ed25519-dalek v2.2.0
2026-07-10T00:58:21.0036981Z    Compiling spt-proto v0.30.5 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-10T00:58:21.1612619Z    Compiling spki v0.8.0-rc.4
2026-07-10T00:58:21.1765800Z    Compiling windows-future v0.3.2
2026-07-10T00:58:21.2836682Z    Compiling tinystr v0.8.3
2026-07-10T00:58:21.3075447Z    Compiling potential_utf v0.1.5
2026-07-10T00:58:21.3178720Z    Compiling derive_builder_macro v0.20.2
2026-07-10T00:58:21.3337922Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T00:58:21.4008775Z    Compiling icu_collections v2.2.0
2026-07-10T00:58:21.8240721Z    Compiling icu_locale_core v2.2.0
2026-07-10T00:58:21.8531807Z    Compiling windows-numerics v0.3.1
2026-07-10T00:58:21.8919867Z    Compiling windows-collections v0.3.2
2026-07-10T00:58:21.9005799Z    Compiling cobs v0.3.0
2026-07-10T00:58:22.1000806Z    Compiling futures-executor v0.3.32
2026-07-10T00:58:22.1357022Z    Compiling proc-macro-crate v3.5.0
2026-07-10T00:58:22.1548704Z    Compiling postcard-derive v0.2.2
2026-07-10T00:58:22.1549222Z    Compiling windows-targets v0.52.6
2026-07-10T00:58:22.1840694Z    Compiling pin-project v1.1.13
2026-07-10T00:58:22.2282823Z    Compiling derive_builder v0.20.2
2026-07-10T00:58:22.2479955Z    Compiling futures v0.3.32
2026-07-10T00:58:22.2829854Z    Compiling ghash v0.5.1
2026-07-10T00:58:22.3146929Z    Compiling ctr v0.9.2
2026-07-10T00:58:22.3617201Z    Compiling aes v0.8.4
2026-07-10T00:58:22.4865474Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T00:58:22.4867250Z    Compiling fs2 v0.4.3
2026-07-10T00:58:22.5142283Z    Compiling time v0.3.47
2026-07-10T00:58:22.5180346Z    Compiling http-body-util v0.1.3
2026-07-10T00:58:22.5496423Z    Compiling aead v0.5.2
2026-07-10T00:58:22.6971714Z    Compiling icu_provider v2.2.0
2026-07-10T00:58:22.7774602Z    Compiling widestring v1.2.1
2026-07-10T00:58:22.8242764Z    Compiling arrayvec v0.7.6
2026-07-10T00:58:22.8427770Z    Compiling utf8parse v0.2.2
2026-07-10T00:58:22.8625499Z    Compiling ipconfig v0.3.4
2026-07-10T00:58:22.9053193Z    Compiling num_enum_derive v0.7.6
2026-07-10T00:58:22.9374856Z    Compiling aes-gcm v0.10.3
2026-07-10T00:58:22.9648548Z    Compiling icu_normalizer v2.2.0
2026-07-10T00:58:23.1099073Z    Compiling tokio-util v0.7.18
2026-07-10T00:58:23.1418165Z    Compiling icu_properties v2.2.0
2026-07-10T00:58:23.1541270Z    Compiling ipnet v2.12.0
2026-07-10T00:58:23.5132269Z    Compiling prefix-trie v0.8.4
2026-07-10T00:58:23.7130203Z    Compiling once_cell v1.21.4
2026-07-10T00:58:23.8057907Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T00:58:23.8100699Z    Compiling postcard v1.1.3
2026-07-10T00:58:23.9693810Z    Compiling tracing-core v0.1.36
2026-07-10T00:58:24.1208900Z    Compiling derive_more v2.1.1
2026-07-10T00:58:24.1658757Z    Compiling tower v0.5.3
2026-07-10T00:58:24.2282913Z    Compiling hashbrown v0.14.5
2026-07-10T00:58:24.2964670Z    Compiling chrono v0.4.45
2026-07-10T00:58:24.3071102Z    Compiling windows v0.62.2
2026-07-10T00:58:24.3557009Z    Compiling idna_adapter v1.2.2
2026-07-10T00:58:24.3604530Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T00:58:24.4730526Z    Compiling tracing v0.1.44
2026-07-10T00:58:24.5411512Z    Compiling idna v1.1.0
2026-07-10T00:58:24.7745607Z    Compiling windows-sys v0.59.0
2026-07-10T00:58:24.8039704Z    Compiling data-encoding-macro v0.1.20
2026-07-10T00:58:24.8421113Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T00:58:24.8544485Z    Compiling enum-assoc v1.3.0
2026-07-10T00:58:24.9562739Z    Compiling url v2.5.8
2026-07-10T00:58:24.9913750Z    Compiling h2 v0.4.14
2026-07-10T00:58:25.0065617Z    Compiling hashlink v0.9.1
2026-07-10T00:58:25.0306306Z    Compiling strum_macros v0.28.0
2026-07-10T00:58:25.0374578Z    Compiling async-trait v0.1.89
2026-07-10T00:58:25.0916627Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T00:58:25.2930794Z    Compiling crossbeam-channel v0.5.15
2026-07-10T00:58:25.4546378Z    Compiling rusqlite v0.32.1
2026-07-10T00:58:25.5504909Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T00:58:25.6922547Z    Compiling blake3 v1.8.5
2026-07-10T00:58:25.7123131Z    Compiling windows-registry v0.6.1
2026-07-10T00:58:25.8858661Z    Compiling memoffset v0.6.5
2026-07-10T00:58:26.0178932Z    Compiling noq v0.18.0
2026-07-10T00:58:26.0761355Z    Compiling netwatch v0.16.0
2026-07-10T00:58:26.1567172Z    Compiling acto v0.8.2
2026-07-10T00:58:26.1617986Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T00:58:26.2730204Z    Compiling xml-rs v0.8.28
2026-07-10T00:58:26.2772778Z    Compiling lru-slab v0.1.2
2026-07-10T00:58:26.3710687Z    Compiling foldhash v0.2.0
2026-07-10T00:58:26.4130310Z    Compiling spt-store v0.30.5 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-10T00:58:26.4418732Z    Compiling thiserror v1.0.69
2026-07-10T00:58:26.5624934Z    Compiling mac-addr v0.3.0
2026-07-10T00:58:26.5996881Z    Compiling rustc-hash v2.1.2
2026-07-10T00:58:26.6196525Z    Compiling ref-cast v1.0.25
2026-07-10T00:58:26.7400922Z    Compiling tagptr v0.2.0
2026-07-10T00:58:26.7455941Z    Compiling identity-hash v0.1.0
2026-07-10T00:58:26.8413704Z    Compiling netdev v0.42.0
2026-07-10T00:58:26.8988198Z    Compiling moka v0.12.15
2026-07-10T00:58:26.9328603Z    Compiling xmltree v0.10.3
2026-07-10T00:58:27.0804825Z    Compiling hashbrown v0.16.1
2026-07-10T00:58:27.2298930Z    Compiling iroh-metrics v0.38.3
2026-07-10T00:58:27.3192796Z    Compiling tower-http v0.6.11
2026-07-10T00:58:27.6085095Z    Compiling attohttpc v0.30.1
2026-07-10T00:58:27.6597536Z    Compiling strum v0.28.0
2026-07-10T00:58:27.7298616Z    Compiling iroh-base v0.98.0
2026-07-10T00:58:27.8931336Z    Compiling iroh-relay v0.98.0
2026-07-10T00:58:27.9038693Z    Compiling n0-watcher v0.6.1
2026-07-10T00:58:27.9499231Z    Compiling num_enum v0.7.6
2026-07-10T00:58:27.9522383Z    Compiling tokio-stream v0.1.18
2026-07-10T00:58:27.9530623Z    Compiling serde_spanned v0.6.9
2026-07-10T00:58:27.9723289Z    Compiling toml_datetime v0.6.11
2026-07-10T00:58:28.0899498Z    Compiling ref-cast-impl v1.0.25
2026-07-10T00:58:28.1464405Z    Compiling thiserror-impl v1.0.69
2026-07-10T00:58:28.2436314Z    Compiling serde_derive_internals v0.29.1
2026-07-10T00:58:28.4045357Z    Compiling simple-dns v0.9.3
2026-07-10T00:58:28.5787659Z    Compiling serial-core v0.4.0
2026-07-10T00:58:28.5801915Z    Compiling aho-corasick v1.1.4
2026-07-10T00:58:28.6115846Z    Compiling toml_write v0.1.2
2026-07-10T00:58:28.8435555Z    Compiling resolv-conf v0.7.6
2026-07-10T00:58:28.9955366Z    Compiling regex-syntax v0.8.10
2026-07-10T00:58:29.0224329Z    Compiling hyper v1.10.1
2026-07-10T00:58:29.1093224Z    Compiling sha1_smol v1.0.1
2026-07-10T00:58:29.1527695Z    Compiling smol_str v0.1.24
2026-07-10T00:58:29.3766506Z    Compiling spt-msg v0.30.5 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-10T00:58:29.6199589Z    Compiling constant_time_eq v0.4.2
2026-07-10T00:58:29.6699035Z    Compiling arrayref v0.3.9
2026-07-10T00:58:29.8692757Z    Compiling simdutf8 v0.1.5
2026-07-10T00:58:29.9399572Z    Compiling winreg v0.10.1
2026-07-10T00:58:30.0522880Z    Compiling winnow v0.7.15
2026-07-10T00:58:30.1725131Z    Compiling schemars_derive v1.2.1
2026-07-10T00:58:30.3302997Z    Compiling iroh-dns v0.98.0
2026-07-10T00:58:30.9496469Z    Compiling hyper-util v0.1.20
2026-07-10T00:58:31.0296454Z    Compiling serial-windows v0.4.0
2026-07-10T00:58:31.3711088Z    Compiling regex-automata v0.4.14
2026-07-10T00:58:31.4477985Z    Compiling lru v0.16.4
2026-07-10T00:58:31.5617983Z    Compiling webpki-roots v1.0.7
2026-07-10T00:58:31.7222647Z    Compiling seize v0.5.1
2026-07-10T00:58:31.8124226Z    Compiling darling_core v0.23.0
2026-07-10T00:58:31.8189511Z    Compiling serde_bytes v0.11.19
2026-07-10T00:58:31.8555899Z    Compiling hmac v0.12.1
2026-07-10T00:58:32.0103715Z    Compiling toml_edit v0.22.27
2026-07-10T00:58:32.0141888Z    Compiling iroh v0.98.2
2026-07-10T00:58:32.0463004Z    Compiling lazy_static v1.5.0
2026-07-10T00:58:32.1428973Z    Compiling pin-utils v0.1.0
2026-07-10T00:58:32.1994533Z    Compiling once_cell_polyfill v1.70.2
2026-07-10T00:58:32.2293771Z    Compiling dyn-clone v1.0.20
2026-07-10T00:58:32.2905470Z    Compiling bitflags v1.3.2
2026-07-10T00:58:32.3388171Z    Compiling anstyle v1.0.14
2026-07-10T00:58:32.3791993Z    Compiling cmov v0.5.4
2026-07-10T00:58:32.4193175Z    Compiling shared_library v0.1.9
2026-07-10T00:58:32.5466500Z    Compiling nix v0.25.1
2026-07-10T00:58:32.5479228Z    Compiling schemars v1.2.1
2026-07-10T00:58:32.5495343Z    Compiling papaya v0.2.4
2026-07-10T00:58:32.6788026Z    Compiling igd-next v0.17.1
2026-07-10T00:58:32.7007949Z    Compiling anstyle-wincon v3.0.11
2026-07-10T00:58:32.7274891Z    Compiling hkdf v0.12.4
2026-07-10T00:58:32.7887740Z    Compiling ctutils v0.4.2
2026-07-10T00:58:32.8037476Z    Compiling serial v0.4.0
2026-07-10T00:58:32.8995767Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T00:58:33.1915145Z    Compiling filedescriptor v0.8.3
2026-07-10T00:58:33.1916482Z    Compiling backon v1.6.0
2026-07-10T00:58:33.2251852Z    Compiling anstyle-parse v1.0.0
2026-07-10T00:58:33.2479159Z    Compiling anstyle-query v1.1.5
2026-07-10T00:58:33.4877998Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T00:58:33.4883473Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T00:58:33.5338515Z    Compiling shell-words v1.1.1
2026-07-10T00:58:33.5685034Z    Compiling regex v1.12.3
2026-07-10T00:58:33.6314662Z    Compiling paste v1.0.15
2026-07-10T00:58:33.7018625Z    Compiling downcast-rs v1.2.1
2026-07-10T00:58:33.7597089Z    Compiling colorchoice v1.0.5
2026-07-10T00:58:33.8380998Z    Compiling foldhash v0.1.5
2026-07-10T00:58:33.8438433Z    Compiling instability v0.3.12
2026-07-10T00:58:33.9093316Z    Compiling toml v0.8.23
2026-07-10T00:58:33.9844233Z    Compiling hashbrown v0.15.5
2026-07-10T00:58:34.0190085Z    Compiling vte v0.13.1
2026-07-10T00:58:34.0907541Z    Compiling anstream v1.0.0
2026-07-10T00:58:34.2763985Z    Compiling portable-pty v0.8.1
2026-07-10T00:58:34.3308440Z    Compiling spake2 v0.4.0
2026-07-10T00:58:34.3354011Z    Compiling strum_macros v0.26.4
2026-07-10T00:58:34.6837030Z    Compiling wmi v0.18.4
2026-07-10T00:58:34.7398818Z    Compiling spt-runtime v0.30.5 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-10T00:58:34.8504016Z    Compiling terminal_size v0.4.4
2026-07-10T00:58:34.9011583Z    Compiling crossterm_winapi v0.9.1
2026-07-10T00:58:35.0917049Z    Compiling itertools v0.13.0
2026-07-10T00:58:35.0950627Z    Compiling sha1 v0.10.6
2026-07-10T00:58:35.3403519Z    Compiling castaway v0.2.4
2026-07-10T00:58:35.3981856Z    Compiling darling_macro v0.23.0
2026-07-10T00:58:35.4043327Z    Compiling indoc v2.0.7
2026-07-10T00:58:35.4368307Z    Compiling recvmsg v1.0.0
2026-07-10T00:58:35.8755038Z    Compiling unicode-width v0.1.14
2026-07-10T00:58:35.9126506Z    Compiling doctest-file v1.1.1
2026-07-10T00:58:35.9450200Z    Compiling darling v0.23.0
2026-07-10T00:58:35.9856528Z    Compiling static_assertions v1.1.0
2026-07-10T00:58:36.1975630Z    Compiling clap_lex v1.1.0
2026-07-10T00:58:36.2615569Z    Compiling compact_str v0.8.2
2026-07-10T00:58:36.5949497Z    Compiling portmapper v0.16.0
2026-07-10T00:58:36.6087556Z    Compiling interprocess v2.4.2
2026-07-10T00:58:36.8101810Z    Compiling strum v0.26.3
2026-07-10T00:58:36.8417074Z    Compiling unicode-truncate v1.1.0
2026-07-10T00:58:37.0280531Z    Compiling clap_builder v4.6.0
2026-07-10T00:58:37.1029988Z    Compiling crossterm v0.28.1
2026-07-10T00:58:37.1192068Z    Compiling spt-term v0.30.5 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-10T00:58:37.1913873Z    Compiling lru v0.12.5
2026-07-10T00:58:37.1993354Z    Compiling clap_derive v4.6.1
2026-07-10T00:58:37.5067361Z    Compiling spt-live v0.30.5 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-10T00:58:37.6418129Z    Compiling unicode-width v0.2.0
2026-07-10T00:58:38.0158946Z    Compiling cassowary v0.3.0
2026-07-10T00:58:38.1072455Z    Compiling error-code v3.3.2
2026-07-10T00:58:38.2724906Z    Compiling clipboard-win v5.4.1
2026-07-10T00:58:38.3662241Z    Compiling ratatui v0.29.0
2026-07-10T00:58:38.3706590Z    Compiling nucleo-matcher v0.3.1
2026-07-10T00:58:38.7792935Z    Compiling qrcode v0.14.1
2026-07-10T00:58:38.9291615Z    Compiling tempfile v3.27.0
2026-07-10T00:58:39.6679418Z    Compiling clap v4.6.1
2026-07-10T00:58:52.7633034Z    Compiling rustls-webpki v0.103.13
2026-07-10T00:58:55.2736502Z    Compiling tokio-rustls v0.26.4
2026-07-10T00:58:55.2736883Z    Compiling noq-proto v0.17.0
2026-07-10T00:58:55.2737170Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T00:58:55.4982151Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T00:58:55.4986116Z    Compiling hyper-rustls v0.27.9
2026-07-10T00:58:55.5008178Z    Compiling tokio-websockets v0.13.2
2026-07-10T00:58:55.6916606Z    Compiling reqwest v0.13.4
2026-07-10T00:58:56.8036168Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T00:59:15.0165189Z    Compiling spt-net v0.30.5 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-10T00:59:16.9966532Z    Compiling spt-daemon v0.30.5 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-10T00:59:27.6700572Z    Compiling spt v0.30.5 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-10T00:59:36.3605297Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 28s
2026-07-10T00:59:36.3894405Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-419a408659494170.exe)
2026-07-10T00:59:36.4989887Z 
2026-07-10T00:59:36.4990265Z running 1 test
2026-07-10T00:59:44.9211233Z test new_brain_serves_against_old_broker ... ok
2026-07-10T00:59:44.9211466Z 
2026-07-10T00:59:44.9211699Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.42s
2026-07-10T00:59:44.9211922Z 
